home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / conf.d / net < prev    next >
Text File  |  2006-04-25  |  962b  |  36 lines

  1. # /etc/conf.d/net:
  2. # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.7 2002/11/18 19:39:22 azarah Exp $
  3.  
  4. # Global config file for net.* rc-scripts
  5.  
  6. # This is basically the ifconfig argument without the ifconfig $iface
  7. #
  8. iface_eth0="192.168.1.33 netmask 255.255.255.0"
  9. #iface_eth1="207.170.82.202 broadcast 207.0.255.255 netmask 255.255.0.0"
  10.  
  11. # For DHCP set iface_eth? to "dhcp"
  12. # For passing options to dhcpcd use dhcpcd_eth?
  13. #
  14. ##########################################iface_eth0="dhcp"
  15. #dhcpcd_eth0="..."
  16.  
  17. # For adding aliases to a interface
  18. #
  19. #alias_eth0="192.168.0.3 192.168.0.4"
  20.  
  21. # NB:  The next is only used for aliases.
  22. #
  23. # To add a custom netmask/broadcast address to created aliases,
  24. # uncomment and change accordingly.  Leave commented to assign
  25. # defaults for that interface.
  26. #
  27. #broadcast_eth0="192.168.0.255 192.168.0.255"
  28. #netmask_eth0="255.255.255.0 255.255.255.0"
  29.  
  30.  
  31. # For setting the default gateway
  32. #
  33.  
  34. gateway="eth0/192.168.1.1"
  35.  
  36.